projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e363e7
)
(cc-imenu-java-generic-expression): Get rid of nested loops.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Dec 1998 03:27:31 +0000
(
03:27
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Dec 1998 03:27:31 +0000
(
03:27
+0000)
lisp/progmodes/cc-menus.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-menus.el
b/lisp/progmodes/cc-menus.el
index 470f3e69db3a78d39a7fa4111b8e9d438996a0f5..7fbe653b6a21e8dc91d49ef89b7ba98a7584bc46 100644
(file)
--- a/
lisp/progmodes/cc-menus.el
+++ b/
lisp/progmodes/cc-menus.el
@@
-137,8
+137,8
@@
A sample value might look like: `\\(_P\\|_PROTO\\)'.")
"\\([A-Za-z0-9_-]+[ \t]*[[]?[]]?\\)"
"\\([ \t]\\)"
"\\([A-Za-z0-9_-]+\\)" ; the string we want to get
- "\\([ \t]*\\)
+
("
- "\\([
a-zA-Z,_1-9\n \t]*[[]?[]]?\\)*
" ; arguments
+ "\\([ \t]*\\)("
+ "\\([
][a-zA-Z,_1-9\n \t]*\\)
" ; arguments
")[ \t]*"
; "[^;(]"
"[,a-zA-Z_1-9\n \t]*{"